From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:48 +0000 (-0400) Subject: Staging: tm6000: Makefile: replace the use of -objs with -y X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~16303^2~3^2~249 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ea195d1a7fb98581352883a58085f7b501fd5a31;p=linux-4.9.git Staging: tm6000: Makefile: replace the use of -objs with -y Changed -objs to -y in Makefile. Signed-off-by: Tracey Dent Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/tm6000/Makefile b/drivers/staging/tm6000/Makefile index d8ccdaa8c650..395515b4a888 100644 --- a/drivers/staging/tm6000/Makefile +++ b/drivers/staging/tm6000/Makefile @@ -1,4 +1,4 @@ -tm6000-objs := tm6000-cards.o \ +tm6000-y := tm6000-cards.o \ tm6000-core.o \ tm6000-i2c.o \ tm6000-video.o \